home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Washington_1988 / DevCon88.1 / Takeover / iefa.asm < prev    next >
Encoding:
Assembly Source File  |  1992-08-27  |  452 b   |  20 lines

  1. ;
  2. ; Copyright (c) 1988 Commodore-Amiga, Inc.
  3. ;
  4. ; Executables based on this information may be used in software
  5. ; for Commodore Amiga computers.  All other rights reserved.
  6. ;
  7. ; This information is provided "as is"; no warranties are made.
  8. ; All use is at your own risk, and no liability or responsibility is assumed.
  9. ;
  10.     XREF        _eventFunction
  11.  
  12.     XDEF        _eventAFunction
  13. _eventAFunction:
  14.         MOVEM.L    A0/A1,-(A7)
  15.         JSR    _eventFunction
  16.         ADDQ.L    #8,A7
  17.         RTS
  18.  
  19.         END
  20.